home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Oberon⁄F™ 1.2 / Preinstalled version / Dev / Docu / Cmds / Cmds (.txt)
Encoding:
Oberon Document  |  1996-02-05  |  2.0 KB  |  50 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. DevCmds
  25. DEFINITION DevCmds;
  26.     PROCEDURE ClearLog;
  27.     PROCEDURE FlushResources;
  28.     PROCEDURE OpenLog;
  29.     PROCEDURE OpenModuleList;
  30.     PROCEDURE OpenFileList;
  31. END DevCmds.
  32. PROCEDURE ClearLog
  33. Clears the log text.
  34. PROCEDURE FlushResources
  35. Flush menu guard and string translation resources.
  36. PROCEDURE OpenLog
  37. Opens a log window if none is open, otherwise it brings the log window to the top.
  38. PROCEDURE OpenModuleList
  39. Guard: TextCmds.SelectionGuard
  40. Opens the modules whose names are selected.
  41. PROCEDURE OpenFileList
  42. Guard: TextCmds.SelectionGuard
  43. Opens the files whose names are selected. The names must use the portable path name syntax.
  44. TextControllers.StdCtrlDesc
  45. TextControllers.ControllerDesc
  46. Containers.ControllerDesc
  47. Controllers.ControllerDesc
  48. Helvetica
  49. Documents.ControllerDesc
  50.